实现从客户端接收数据端口监听,然后设置转发给其他端口服务
适用于TCP网络数据转发
netProxy Agent├── Data
│ └── not_delete_this_folder.txt
├── Log
│ └── not_delete_this_folder.txt
├── common
│ ├── consoleTxtWnd.cpp
│ ├── consoleTxtWnd.h
│ ├── constMB.h
│ ├── iniReader.cpp
│ ├── iniReader.h
│ └── readMe.txt
├── netAgent
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── agentIni.cpp
│ ├── agentIni.h
│ ├── envInit.cpp
│ ├── envInit.h
│ ├── netAgent.clw
│ ├── netAgent.cpp
│ ├── netAgent.dsp
│ ├── netAgent.dsw
│ ├── netAgent.h
│ ├── netAgent.ncb
│ ├── netAgent.opt
│ ├── netAgent.plg
│ ├── netAgent.rc
│ ├── netAgentSocket.cpp
│ ├── netAgentSocket.h
│ └── netAgentThread.cpp
├── netAgent.exe
├── netAgent.ini
├── test.bat
├── test2.bat
└── 网络转发器设计与使用说明.doc
4 directories, 33 files
评论